Save(TKey, TValue, bool)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Saves the entity.

Syntax

public void Save(
	TKey key,
	TValue value,
	bool makeSnapshot
)

Back to index